home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / comm / term / term_47b.lha / Patch-4.7b.notes < prev    next >
Text File  |  1997-01-01  |  6KB  |  154 lines

  1. `term' v4.7b update
  2. ===================
  3. This patch addresses a number of problems in `term' v4.7, plus a few bugs
  4. that did not really get fixed in the v4.7a update, namely:
  5.  
  6. - Another last minute change that bit me. I made the dialer text box lines
  7.   a little smaller and took out some few lines that appeared to be useless.
  8.   Well, they weren't that useless after all. The changes cut off the message
  9.   box text. They now look like they did before.
  10.  
  11. - In the PhoneLog format call log files, host name and number were swapped
  12.   [Maik Schreiber].
  13.  
  14. - The job queue processing was broken for one type of job. Actually, there
  15.   was just one job around of this type. Startup scripts wouldn't execute
  16.   but crash the machine [Markus Dages].
  17.  
  18. - The pen allocation code could run forever due to a typo I made. When
  19.   is = != ==?
  20.  
  21. - The "Time to connect" settings only entered into the cost calculation,
  22.   but never had any effect on the time displayed on the screen.
  23.  
  24. - The "Print screen" and "Print clipboard" code was broken. `term' could
  25.   believe that during printing an error had occured before even the first
  26.   character was printed [Michael Jaccoud].
  27.  
  28. - For some features `term' would allow you append data to existing files,
  29.   such as when opening a capture file. With the "protective mode" enabled
  30.   you would be asked to confirm that you want to replace an existing file
  31.   before you would eventually get to confirm that you really want to append
  32.   data to it. I changed this, so you will see only one requester now
  33.   [Edith Goldstein].
  34.  
  35. - Added the last few V34 bps rates to the default list. The bps rate selector
  36.   also no longer rounds off baud rates to default values [Russ LeBar].
  37.  
  38. - If the serial device driver doesn't open and returns error #3 `term' now
  39.   pretends it was error #2. The MFC duart.device does this.
  40.  
  41. - The order in which you pick items from the quick dial menu now once again
  42.   affects the order in which they end up in the dial list.
  43.  
  44. - The fast! macro display was using one single operating system call that
  45.   was unavailable under Kickstart 2.04, crashing Intuition almost
  46.   instantly. Fixed [David Dares].
  47.  
  48. - Changed the way uploads from the upload queue take place. The upload list
  49.   is no longer locked until the transfer is finished.
  50.  
  51. - The ARexx "DIAL" command was entirely broken. It now finally does what
  52.   it was spec'ed to [Daniel Wicke].
  53.  
  54. - When adding new files to the upload list with the "Add files..." button
  55.   the upload process would get a hold of resources it would not return.
  56.   When doing a file transfer both `term' and the upload process would
  57.   eventually lock up.
  58.  
  59. - With the editor window open, the phonebook list display will no longer
  60.   have the selected entry jump around when using the cursor keys to move it.
  61.  
  62. - When capturing incoming text in a file and freezing the text buffer contents
  63.   data will no longer end up in the buffer, regardless of the text buffer
  64.   operating mode used [Luca Longone].
  65.  
  66. - The "Connect limit" was mistaken as being the number of seconds before
  67.   executing the "Limit macro". This has been fixed, it is now used as the
  68.   number of minutes before the macro needs to be executed [Andree Mädl].
  69.  
  70. - The phonebook entry editor is now split in two: the first page shows
  71.   the former left half of the window and the second page shows the former
  72.   right half of the window.
  73.  
  74.  
  75. What's in the archive?
  76. ======================
  77. The following files should be included in this archive:
  78.  
  79. gtlayout.library      Updated user interface support
  80.                       library v40.1 (generic 68k version)
  81. term-020-47b.pch      Patch to update `term' v4.7 (020+ version)
  82. term-020-47b.pch.sig  PGP signature for term-020-47b.pch
  83. term-any-47b.pch      Patch to update `term' v4.7 (generic 68k version)
  84. term-any-47b.pch.sig  PGP signature for term-any-47b.pch
  85. Patch-4.7b.notes      The file you are currently reading
  86. spatch                Tool to apply the patch
  87. Update-term4.7        Installer script to apply the patch
  88. Source                The source code files which changed since
  89.                       v4.7 was released in October 1996.
  90.  
  91.  
  92. How to apply this patch?
  93. ========================
  94. Just use the supplied installer script, it will do all the messy work
  95. for you which involves deciding with program type you are using (either
  96. the 020+ version or the generic 68k version), making a backup copy of the
  97. old program and last but not least applying the patch.
  98.  
  99.    NOTE: Make sure that you use the most recent Installer V43.3 or
  100.          you might have problems applying the patch.
  101.  
  102.  
  103. If the patch cannot be applied
  104. ==============================
  105. If the patch still does not get applied, you can still apply it manually.
  106. Open a shell window, then enter the following (assuming that you have the
  107. spatch program in the shell search path and the patch file in the
  108. right place):
  109.  
  110.    spatch -oterm-47b -pterm-any-47b.pch term
  111.    (For the generic 68k version)
  112.  
  113.    or
  114.  
  115.    spatch -oterm-47b -pterm-020-47b.pch term
  116.    (For the 020+ version)
  117.  
  118. This will create the file "term-47b". Rename your old `term' file, then
  119. rename "term-47b" to "term". That's all, folks.
  120.  
  121. Note that each patch file can be applied only to the corresponding
  122. program version. You cannot update the generic 68k version with the
  123. 020+ patch file and the other way round. If the patch fails at first,
  124. try the other patch file. If this still does not work, make sure you
  125. have the original `term' v4.7 as found on Aminet.
  126.  
  127. Let me stress this: these patch files must be applied to the original
  128. v4.7 files as found on Aminet. They cannot be applied to recompiled
  129. versions or to files which already have the v4.7a patch applied.
  130.  
  131.  
  132. Famous last words
  133. =================
  134. This patch file was created using the "scompare" SAS Binary File
  135. Compare Program V6.50 which is copyright © 1992-1993 SAS Institute,
  136. Inc. The "spatch" SAS Binary File Patcher V6.50 is copyright © 1992
  137. SAS Institute, Inc.
  138.  
  139.  
  140. If you do not trust this patch file, you can request a patch file
  141. directly from me either on disk (do not forget to include money to
  142. cover the postage) or via eMail.
  143.  
  144. My mail address is:
  145.  
  146.     Olaf Barthel
  147.     Brabeckstrasse 35
  148.     D-30559 Hannover
  149.     Federal Republic of Germany
  150.  
  151. My eMail address is:
  152.  
  153.     olsen@sourcery.han.de
  154.